home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000232_jaltman2@nyc.rr.com_Tue Apr 20 12:05:15 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!feed5.newsreader.com!newsreader.com!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
  2. Message-ID: <40854371.4070504@nyc.rr.com>
  3. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Running kermit from within glftpd
  9. References: <c61fv402ovm@drn.newsguy.com> <m1y8or8iss.gnus@usa.net> <c63ahj022do@drn.newsguy.com> <KXahc.24803$mX.7955553@twister.nyc.rr.com> <slrnc8ag45.8v3.fdc@sesame.cc.columbia.edu>
  10. In-Reply-To: <slrnc8ag45.8v3.fdc@sesame.cc.columbia.edu>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 47
  14. Date: Tue, 20 Apr 2004 15:34:22 GMT
  15. NNTP-Posting-Host: 24.193.46.55
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1082475262 24.193.46.55 (Tue, 20 Apr 2004 11:34:22 EDT)
  18. NNTP-Posting-Date: Tue, 20 Apr 2004 11:34:22 EDT
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14949
  21.  
  22. glftpd is an FTPD which provides for a customizable set of
  23. SITE commands.  These commands may be used to execute locally
  24. defined scripts.  glftpd just like all other properly installed
  25. FTP daemons place the user into a chroot jail.
  26.  
  27. When a user connects to Petri's glftpd and issues some
  28. unspecified command this in turn will cause a Perl 5 script
  29. to be executed.   The Perl 5 script will cause a Kermit script
  30. to execute which will utilize C-Kermit as a TLS aware FTP client
  31. to connect to other FTP daemons on other hosts to perform a
  32. variety of actions.
  33.  
  34. In some ways, you can compare what Petri is doing with C-Kermit
  35. to the EDI services provided by IBM's Information Exchange Service
  36. which also uses FTP protocol with AUTH TLS coupled with SITE
  37. commands to provide a secure user interface to back-end operations.
  38.  
  39. Jeffrey Altman
  40.  
  41.  
  42. Frank da Cruz wrote:
  43.  
  44. > On 2004-04-20, Jeffrey Altman <jaltman2@nyc.rr.com> wrote:
  45. > : Your problems with running Kermit from within a chroot jail
  46. > : are no longer related to Kermit.  I suggest you ask your
  47. > : questions in a linux related forum and attempt to find an
  48. > : answer to the question
  49. > :
  50. > Or maybe try some other way of doing the same thing?  Are you
  51. > trying to install Kermit so it can be run "underneath" glftpd?
  52. > I'm not quite sure what glftpd is, even after looking at a couple
  53. > websites.  Does this mean you want ftp clients to be able to
  54. > make connections to glftpd, and then send SITE commands to run
  55. > C-Kermit?
  56. > Anyway, would it help you to know that C-Kermit has its own
  57. > "chroot" command?  Even when C-Kermit is not running in a chroot
  58. > "jail", it can limit file access to any given rooted tree that is
  59. > visible to it, without having to make copies of libraries and other 
  60. > files just so it can perform this service.
  61. > - Frank
  62.  
  63. -- 
  64. -----------------
  65. This e-mail account is not read on a regular basis.
  66. Please send private responses to jaltman at mit dot edu